﻿@charset "utf-8";
/**************************** 整体风格，根据需要增删改模块 ****************************/
.nav {
	width: 600px;
	padding: 25px 0;
}
.nav li {
	float: left;
	position: relative;
	width: 14%;
}
.nav li a {
	display: block;
	height: 80px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
}
.nav li a:hover {
	color: #2d8fff;
}
.nav li a i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
	background-image: url(../images/icons_02.png);
	background-image: url(../images/icons_02_ie8.png)\9;
	background-size: 240px auto;
	transition: all .3s;
}
.nav .s1 {
	background-position: 0 0;
}
.nav .s2 {
	background-position: -40px 0;
}
.nav .s3 {
	background-position: -80px 0
}
.nav .s4 {
	background-position: -120px 0;
}
.nav .s5 {
	background-position: -160px 0;
}
.nav .s6 {
	background-position: -200px -200px;
}
.nav .s7 {
	background-position: -200px -240px;
}
/*统计数据 开始*/
.index-data h2 {
    width: 60px;
    height: 130px;
    margin-right: 10px;
    background: url(../images/data.jpg) 0 0 no-repeat;
}
.index-data .list-b {
	width: 73%;
}
.index-data .list-b li{
	margin:0px 10px;
    width: 190px;
    height: 130px;
    border-radius: 3px;
}
.index-data .list-b li a,.index-data .list-b li a p{
	color: #fff;
}
.index-data .list-b li.s1{
    border-radius: 3px;
    background:#3e7ade url(../images/hbsj.jpg) 0 0 no-repeat;
}
.index-data .list-b li.s2{
	background: #6caaf0 url(../images/data_img01.png) right bottom no-repeat;
}
.index-data .list-b li.s3{
	background: #6caaf0 url(../images/data_img02.png) right bottom no-repeat;
}
.index-data .list-b li.s4{
	background: #6caaf0 url(../images/data_img03.png) right bottom no-repeat;
}
.index-data .list-b li a h4{
	font-size: 20px;
	line-height: 30px;
	padding:0px 10px 0px 10px;
}
.index-data .list-b li a p{
	padding-left:30px;
	position: relative;
}
.index-data .list-b li a p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-color: #6caaf0;
    border-radius: 100px;
    border:2px solid #fff;
}
.index-data .list-b li a p:hover{
	font-weight: bold;
}
.a7{
	width: 20%;
	margin-top: -10px;
}
.a7 li{
	color: #fff;
	line-height: 60px;
	margin:10px 0px;
	border-radius: 3px;
	background-color: #98c4f5;
}
.a7 li a {
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.a7 li a i{
	float: left;
	margin:10px 10px 0px 50px;
}
.a7 li a i.s1{
	background-position:-200px -280px;
}
.a7 li a i.s2{
	background-position:0px -320px;
}
.a7 li a:hover{
	background-color:#2792ff;
}
.tones p{
	width:100%;
	height:110px;
	border-radius: 3px;
	margin-bottom: 20px;
	background:#54afff url(../images/tones.jpg) center no-repeat;
}
.a8 {
	height: 140px;
}
.a8 li.s1{
	float: left;
	margin-right: 10px;
	width: 30%;
	height: 140px;
	padding:10px;
	background:#dbecff url(../images/tones_img01.png) right bottom no-repeat;
}
.a8 li.s1 a{
	color: #598ec8;
	text-align: left;
}
.a8 li.s2{
	width: 66%;
	height: 65px;
	padding:10px 20px;
	float: left;
	margin-bottom: 10px;
	background:#ffe9c8 url(../images/tones_img02.png) right bottom no-repeat;
}
.a8 li.s2 a{
	color: #c1863f;
	text-align: left;
}
.a8 li.s3{
	width: 66%;
	height: 65px;
	padding:10px 20px;
	float: left;
	background:#d3f4eb url(../images/tones_img03.png) right bottom no-repeat;
}
.a8 li.s3 a{
	color: #4b9b82;
	text-align: left;
}

@media (max-width: 1200px){
	.index-data h2 {
    display: none;
}
}
@media (max-width: 992px){
	.a7 {
    width: 100%;
}
	.a7 li {
    margin: 20px 10px;
    width: 47%;
    float: left;
}
}
@media (max-width: 1024px){
	.index-data .list-b {
    width: 86%;
    margin-left: -10px;
}
	.a7{
	width: 15%;
}
	.a7 li a i {
    margin: 10px 10px 0px 10px;
}
}
@media (max-width: 992px){

.a7 {
    width: 100%;
}
.a7 li {
    margin: 20px 10px;
    width: 47%;
    float: left;
}
.a7 li a i{
	margin:10px 60px;
}
}
 @media (max-width: 768px) {
 	.index-data .list-b {
    width: 100%;
    margin-left: 2px;
}
	.index-data .list-b li{
	width: 47%;
	margin:10px;
} 	
 }
@media (max-width: 480px){
.index-data .list-b{
	width: 100%;
	margin:0px;
}
.index-data .list-b li{
	width: 100%;
	margin:5px 0px;
}
.index-data .h>li{
	max-width: 100%;
}
.a7 {
    width: 100%;
    margin: 6px 1px 0px 1px;
}
.a7 li{
	width: 48%;
	margin:0px;
}
.a7 li+li{
	margin-left: 10px;
}
.a7 li a i {
    margin: 10px 10px;
}
.a7 li a{
	font-size: 14px;
}
}
/*统计数据 结束*/

/*头条 开始*/
.headline {
    padding:0px 20px 20px  20px;
}

.headline h2 {
    padding: 8px 0;
    line-height: 34px;
    font-size: 26px;
}

.headline h2 strong {
    color: #ffa735;
}

.headline p {
    line-height: 24px;
}

.headline p a {
    margin: 0 15px;
}

@media (max-width: 1200px) {

    .headline {
        margin-left: -20px;
        margin-right: -20px;
    }

    .headline h2 {
        padding: 8px 0;
        line-height: 26px;
        font-size: 18px;
    }

    .headline p {
        line-height: 22px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .headline p a {
        display: block;
        margin: 0;
        /*white-space: nowrap;*/
        /*word-break: keep-all;*/
        text-overflow: ellipsis
    }
}

/*头条 结束*/
